home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / xfcn / spttool.cpt / Support Tools eXternals 1.2.5 / background_14562.txt < prev    next >
Text File  |  1990-11-13  |  3KB  |  155 lines

  1. -- background: 14562 from stack: in.5
  2. -- bmap block id: 14721
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 6 (button)
  9. -- low flags: 00
  10. -- high flags: 2001
  11. -- rect: left=49 top=54 right=85 bottom=83
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 264 / 264
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Help
  20.  
  21.  
  22. -- part 7 (button)
  23. -- low flags: 00
  24. -- high flags: 2001
  25. -- rect: left=87 top=54 right=85 bottom=124
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 300 / 300
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Index
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   push cd
  37.   go cd 1
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 9 (button)
  43. -- low flags: 00
  44. -- high flags: 0001
  45. -- rect: left=11 top=54 right=85 bottom=45
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 19290 / 19290
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: About
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   push cd
  57.   go cd "about"
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part 12 (button)
  63. -- low flags: 00
  64. -- high flags: 2001
  65. -- rect: left=194 top=60 right=84 bottom=227
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 1727 / 1727
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: Return
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   -- pop a card, but only if the destination is within this stack
  77.   pop cd into destinationCd
  78.   visual dissolve
  79.   if destinationCd contains the long name of this stack then
  80.     go destinationCd
  81.   else
  82.     go cd 1
  83.   end if
  84. end mouseUp
  85.  
  86.  
  87.  
  88.  
  89. -- part 14 (button)
  90. -- low flags: 00
  91. -- high flags: 0001
  92. -- rect: left=284 top=60 right=84 bottom=317
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 1731 / 1731
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: 
  101.  
  102.  
  103. -- part 15 (button)
  104. -- low flags: 80
  105. -- high flags: 2001
  106. -- rect: left=284 top=60 right=84 bottom=317
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 1730 / 1730
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: Next
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   visual wipe left
  118.   go next card
  119. end mouseUp
  120.  
  121.  
  122.  
  123. -- part 16 (button)
  124. -- low flags: 80
  125. -- high flags: 2001
  126. -- rect: left=246 top=60 right=84 bottom=279
  127. -- title width / last selected line: 0
  128. -- icon id / first selected line: 1729 / 1729
  129. -- text alignment: 1
  130. -- font id: 0
  131. -- text size: 12
  132. -- style flags: 0
  133. -- line height: 16
  134. -- part name: Previous
  135. ----- HyperTalk script -----
  136. on mouseUp
  137.   visual wipe right
  138.   go prev card
  139. end mouseUp
  140.  
  141.  
  142.  
  143. -- part 17 (button)
  144. -- low flags: 00
  145. -- high flags: 0001
  146. -- rect: left=246 top=60 right=84 bottom=279
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 1728 / 1728
  149. -- text alignment: 1
  150. -- font id: 0
  151. -- text size: 12
  152. -- style flags: 0
  153. -- line height: 16
  154. -- part name: 
  155.